home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-07-20 | 2.4 KB | 54 lines | [04] ASCII Text (0x0000) |
- Apple II
- Technical Notes
- _____________________________________________________________________________
- Developer Technical Support
-
-
- Apple IIGS
- #63: Master Color Values
-
- Written by: Jim Luther July 1989
-
- This Technical Note documents master color values used for the Apple IIGS
- text, text background, and border colors.
- _____________________________________________________________________________
-
- There are times when you may want to make parts of the IIGS Super Hi-Res
- screen the same color as the text, text background, and border colors. This
- is particularly useful when using the Apple II Video Overlay Card. Table 1
- lists each color using the names from the Control Panel CDA, the color
- register values used for that color by the color registers, and the master
- color value used for that color by the Super Hi-Res screen.
-
- Color Color Register Master Color
- Name Value Value
- _____________________________________________
- Black $0 $0000
- Deep Red $1 $0D03
- Dark Blue $2 $0009
- Purple $3 $0D2D
- Dark Green $4 $0072
- Dark Gray $5 $0555
- Medium Blue $6 $022F
- Light Blue $7 $06AF
- Brown $8 $0850
- Orange $9 $0F60
- Light Gray $A $0AAA
- Pink $B $0F98
- Light Green $C $01D0
- Yellow $D $0FF0
- Aquamarine $E $04F9
- White $F $0FFF
- _____________________________________________
-
- Table 1-Master Color Values
-
- The Apple IIGS Hardware Reference documents the color registers at $C022 and
- $C034, and the Apple IIGS Toolbox Reference, Volume 2 documents the master
- color values.
-
-
- Further Reference
- _____________________________________________________________________________
- o Apple IIGS Hardware Reference, pp. 58, 76-78
- o Apple IIGS Toolbox Reference, Volume 2, pp. 16-31